Explicit Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public operatorStatic memberExplicit(KeyValuePair<(Of <TFirst, TSecond>)>)
Converts a KeyValuePair structure into a Pair. The First element gets the Key, and the Second element gets the Value.
Public operatorStatic memberExplicit(Pair<(Of <TFirst, TSecond>)>)
Converts a Pair to a KeyValuePair. The Key part of the KeyValuePair gets the First element, and the Value part of the KeyValuePair gets the Second elements.

See Also